Assembly Learning Experience
Author: Wang xuepeng www.ASPCool.com time: 2004-12-16
Note:Recently, I started to reorganize my. NET knowledge. It would be better to repeat it over a thousand times,So I want to write down my learning experience and
Document directory
Create a program set and a friend assembly in Visual Studio
Create a signature assembly and a friend assembly in Visual Studio
I. Assembly concepts and features
An assembly is a basic unit of. Net-based application
The first 3 parts are easy to get. I shoshould know the name, version, and culture for the Assembly since I am writing it. the part that can be a little harder to locate is the Public Key token for my signed assembly. one common way to do this is to
1. Assembly definition In simple terms, assembly is a CLR-based, verbose, and self-described binary file. It should be noted that, although the Assembly file name in. NET Framework is also DLL or EXE, it is different from the traditional DLL. Most
1. Understanding of C # reflection mechanism2, after the concept understanding, must find the method to complete, gives the management main grammar3, finally give a practical example, reflected out the method in the DLLReflection is the process by
The program.exe file discussed earlier is not only a PE file with metadata, but also an assembly ). an assembly is a collection of one or more files containing Type Definitions and resources. the file that makes up an assembly is put into manifest.
1. Understanding of C # reflection mechanism2, after the concept understanding, must find the method to complete, gives the management main grammar3, finally give a practical example, reflected out the method in the DLLReflection is the process by
1. Understanding of C # reflection mechanism2, after the concept understanding, must find the method to complete, gives the management main grammar3, finally give a useful example, reflect the method in the DLLReflection is the process by which an
1. Understanding of C # reflection mechanism2, after the concept understanding, must find the method to complete, gives the management main grammar3, finally give a useful example, reflect the method in the DLLReflection is the process by which an
Strong namingProgramSet
If an assembly has a unique tag, this assembly can be called a strongly-named assembly. In the. NET Framework, the unique tag is generated through public/private key encryption. A strongly-named Assembly contains four
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.